home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / table.emptyTable / DocServer Source Text next >
Encoding:
Text File  |  1992-03-04  |  494 b   |  12 lines  |  [TEXT/ttxt]

  1.  
  2. Verb    table.emptyTable
  3. Syntax    table.emptyTable (tableAdr)
  4. Parameters    tableAdr is the address of a table that will be emptied.
  5. Action    Deletes all objects contained in the table without confirmation.
  6. Returns    The number of objects that were deleted.
  7. Examples    table.emptyTable (@system.deskscripts)
  8.     « 15 «there were 15 scripts in this table
  9. sizeof (system.deskscripts)
  10.     « 0 «now there are none
  11. Notes    This verb is useful when a suite is being imported and it wants to empty out a table of objects.
  12.